func github.com/klauspost/compress/flate.hash4
7 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L365: func hash4(b []byte) uint32 {
deflate.go#L464: hash := hash4(d.window[s.index:])
deflate.go#L498: h := hash4(d.window[prevIndex+prevLength:])
deflate.go#L522: h := hash4(d.window[s.index:])
deflate.go#L538: h := hash4(d.window[prevIndex+prevLength:])
deflate.go#L563: h := hash4(d.window[s.index:])
deflate.go#L656: h := hash4(d.window[s.index:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |